home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPrintDoc.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPrintDoc__
- #define __PGetPrintDoc__
-
- #include "PHandleQuery.h"
-
- class PGetPrintDoc : public PHandleQuery
- {
-
- public:
-
- PGetPrintDoc();
-
- short nCopies;
- PMBool bCollate;
- PMBool bReverse;
- PMBool bProof;
- const char * sRange;
- PMBool bBlank;
- short cPages;
- PMBool bIndependence;
- PMBool bBook;
- PMBool bBookSpec;
- PMBool bOrientation;
- PMBool bSpreads;
- PMBool bIgnNonPrint;
- };
-
- #endif
-
- // end of PGetPrintDoc.h
-